github.com/golang/protobuf/proto.textParser.done (field)

9 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L69: 	done         bool   // whether the parsing is finished (success or error)
		text_decode.go#L514: 		if p.done && tok.value != "]" {
		text_decode.go#L537: 	p.done = true
		text_decode.go#L561: 		p.done = true
		text_decode.go#L568: 	if p.done {
		text_decode.go#L621: 	if p.backed || p.done {
		text_decode.go#L626: 	if p.done {
		text_decode.go#L634: 			if p.done || !isQuote(p.s[0]) {
		text_decode.go#L644: 		p.done = false // parser may have seen EOF, but we want to return cat